home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / vb10.lha / VB10.doc next >
Encoding:
Text File  |  1992-12-26  |  2.8 KB  |  83 lines

  1. TA Voting Booth - Version 1.0
  2. By Roger Clark (TA Sysop #2042)
  3.  
  4. Introduction:
  5. ~~~~~~~~~~~~~
  6.    After many hours of frustration trying to get the Paragon door Voting
  7. Booth to run on my BBS with PTA, I decided to write my own in ARexx and
  8. incorporate the best features from other voting booths on other BBS's.
  9. The result is VB1.0, and I hope you like it.
  10.  
  11. Features:
  12. ~~~~~~~~~
  13.  o  Keeps track of individual users answers to each question.
  14.  o  Displays percentage and total number of votes for each answer
  15.     to every question.
  16.  o  Allows a user to go back and change thier answer, and thereby
  17.     recalculates the percentages and totals for the answers based
  18.     on the new response.
  19.  o  You can add on additional questions at any time and the Voting Booth
  20.     will adjust the individual users data files when they vote again.
  21.  o  With the PATCH program to your Logon.trans file, you can have the
  22.     BBS tell the user at logon that they haven't voted on one or more
  23.     questions in the Voting Booth.
  24.  
  25. Installation:
  26. ~~~~~~~~~~~~~
  27.  o  Copy the file VB10.trans to your BBS:Rexx directory.
  28.  o  Edit the appropriate command file (Main.Cmds, Extra.Cmds, etc.)
  29.     and add the neccessary line to access the program.
  30.  o  Create the directory "BBS:Doors/Poll" for the resulting data files
  31.     to reside.
  32.  o  Create a question file in the BBS:Doors/Poll directory called VBData.
  33.     The format for the VBData file is as follows:
  34.  
  35. 3                | Total number of questions to ask
  36. Question 1       | Question number 1
  37. 3                | Number of answers for question 1
  38. Answer 1         | Answer 1 for Question 1
  39. Answer 2         | Answer 2 for Question 1
  40. Anwser 3         | Answer 3 for Question 1
  41. Question 2       | Question number 2
  42. 2                |     etc...
  43. Answer 1         |
  44. Answer 2         |
  45. Question 3       |
  46. 4                |
  47. Answer 1         |
  48. Answer 2         |
  49. Answer 3         |
  50. Answer 4         |
  51.  
  52.  o  That's about it.  Run the voting booth and cast your votes!
  53.  
  54. Maintenance:
  55. ~~~~~~~~~~~~
  56.   You can add additional questions to your Voting Booth at any time.
  57. Simply add the additional question(s) to the end of the VBData file, and
  58. change the first line to reflect the new number of questions available.
  59.   If you wish to remove a question, this will take a bit more work, as
  60. currently you would need to edit ALL the data files to reflect the new
  61. order of the questions.  The next release will hopefully have a sysop
  62. maintenance module built in to handle this for you.
  63.  
  64. Questions:
  65. ~~~~~~~~~~
  66.   Please direct any questions or comments to me at one of the following
  67. addresses:
  68.  
  69. The Hotel California (My BBS)
  70. (512) 385-2621 (24 Hours)
  71. 300/1200/2400/9600 (v.32/v.42/v.42bis/MNP5)
  72. Fido (Coming soon!)
  73.  
  74. Chris' Amiga
  75. (716) 289-3351 (24 Hours)
  76. USR DS/HST 38,400
  77. Fido#1:260/660.0
  78.  
  79. HillTop BBS (Best place to send me FidoNet mail)
  80. (512) 837-3070 (24 Hours)
  81. 300/1200/2400
  82. Fido#1:382/36.0
  83.